Skip to content

requirements_macOS ERROR torch==2.3.0 #295

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wming3 opened this issue Aug 6, 2024 · 4 comments
Closed

requirements_macOS ERROR torch==2.3.0 #295

wming3 opened this issue Aug 6, 2024 · 4 comments

Comments

@wming3
Copy link

wming3 commented Aug 6, 2024

pip install -r requirements_macOS.txt

ERROR: Could not find a version that satisfies the requirement torch==2.3.0 (from versions: 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2, 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2)
ERROR: No matching distribution found for torch==2.3.0

Python 3.9.19
pip 24.2 from /opt/anaconda3/envs/LivePortrait/lib/python3.9/site-packages/pip (python 3.9)
mac os 14.6
cpu:Intel

@hankknight
Copy link

You can check torch download page to figure out your mac operation system is availabled, url is: https://download.pytorch.org/whl/torch/ , otherwise you might build torch from source to slove your problem, this is my solution , hope it can help you.

@cleardusk
Copy link
Member

@wming3 I think 2.2.2 works too. The model does not heavily rely on specific version of PyTorch.

@zzzweakman
Copy link
Collaborator

@wming3 From our tests, even pytorch==1.10.1 works. You can try downgrading your PyTorch version.

@wming3
Copy link
Author

wming3 commented Aug 19, 2024

cpu:Intel
cpu:Intel
cpu:Intel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants